home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TNOACCESS / TNOACCESS.txt
Encoding:
Text File  |  1996-08-11  |  1.4 KB  |  77 lines

  1. object NoAccess: TNoAccess
  2.   Left = 281
  3.   Top = 469
  4.   BorderStyle = bsDialog
  5.   Caption = 'Evaluation period ended.'
  6.   ClientHeight = 138
  7.   ClientWidth = 385
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 365
  19.     Height = 79
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 104
  24.     Top = 24
  25.     Width = 170
  26.     Height = 29
  27.     Caption = 'Access denied! '
  28.     Font.Color = clRed
  29.     Font.Height = -23
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 104
  36.     Top = 56
  37.     Width = 158
  38.     Height = 16
  39.     Caption = 'Please register JavaDraw!'
  40.     Font.Color = clBlack
  41.     Font.Height = -13
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object OKBtn: TButton
  47.     Left = 56
  48.     Top = 104
  49.     Width = 93
  50.     Height = 25
  51.     Caption = 'OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 0
  55.   end
  56.   object Button1: TButton
  57.     Left = 160
  58.     Top = 104
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Register'
  62.     Default = True
  63.     TabOrder = 1
  64.     OnClick = Button1Click
  65.   end
  66.   object Button2: TButton
  67.     Left = 240
  68.     Top = 104
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'Help'
  72.     Default = True
  73.     TabOrder = 2
  74.     OnClick = Button2Click
  75.   end
  76. end
  77.